MAKE TEMPFILE$
MAKE TEMPFILE$ creates a new unique file in the temp directory of the operating system and returns its name. The function will use the first three characters of the prefix string as the prefix of the filename
ARGUMENTS:
* Prefix = The prefix string
RETURNS:
The temp filename
SYNTAX
Return String=MAKE TEMPFILE$(Prefix)
RELATED INFO
View File Names and Paths Index
View STYX Index
View STYX Main File
